home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ADFiles / _setup.1 / ADFiles.exe / 0 / RCDATA / TURLEXP / TURLEXP.txt < prev   
Text File  |  1998-04-27  |  8KB  |  326 lines

  1. object UrlExp: TUrlExp
  2.   Left = 149
  3.   Top = 122
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Url Explorer'
  7.   ClientHeight = 403
  8.   ClientWidth = 592
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnHide = FormHide
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PanelMain: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 592
  28.     Height = 403
  29.     Align = alClient
  30.     BevelInner = bvLowered
  31.     BorderWidth = 1
  32.     BorderStyle = bsSingle
  33.     TabOrder = 0
  34.     object ForAll: TPanel
  35.       Left = 3
  36.       Top = 3
  37.       Width = 582
  38.       Height = 36
  39.       Align = alTop
  40.       BevelInner = bvLowered
  41.       TabOrder = 0
  42.       object btAdd: TRxSpeedButton
  43.         Left = 3
  44.         Top = 3
  45.         Width = 30
  46.         Height = 30
  47.         Flat = True
  48.         GrayedInactive = False
  49.         ParentShowHint = False
  50.         Transparent = True
  51.         OnClick = btAddClick
  52.       end
  53.       object btDele: TRxSpeedButton
  54.         Left = 34
  55.         Top = 3
  56.         Width = 30
  57.         Height = 30
  58.         Enabled = False
  59.         Flat = True
  60.         GrayedInactive = False
  61.         ParentShowHint = False
  62.         Transparent = True
  63.         OnClick = btDeleClick
  64.       end
  65.       object btInsert: TRxSpeedButton
  66.         Left = 65
  67.         Top = 3
  68.         Width = 30
  69.         Height = 30
  70.         Enabled = False
  71.         Flat = True
  72.         GrayedInactive = False
  73.         ParentShowHint = False
  74.         Transparent = True
  75.         OnClick = btInsertClick
  76.       end
  77.       object btRename: TRxSpeedButton
  78.         Left = 96
  79.         Top = 3
  80.         Width = 30
  81.         Height = 30
  82.         Enabled = False
  83.         Flat = True
  84.         GrayedInactive = False
  85.         ParentShowHint = False
  86.         Transparent = True
  87.         OnClick = btRenameClick
  88.       end
  89.       object btShow: TRxSpeedButton
  90.         Left = 127
  91.         Top = 3
  92.         Width = 30
  93.         Height = 30
  94.         Hint = 'Bring Url Maker'
  95.         Flat = True
  96.         GrayedInactive = False
  97.         ParentShowHint = False
  98.         Transparent = True
  99.         OnClick = btShowClick
  100.       end
  101.       object btConnect: TRxSpeedButton
  102.         Left = 158
  103.         Top = 3
  104.         Width = 30
  105.         Height = 30
  106.         Hint = 'Go to connect'
  107.         Enabled = False
  108.         Flat = True
  109.         GrayedInactive = False
  110.         ParentShowHint = False
  111.         Transparent = True
  112.         OnClick = btConnectClick
  113.       end
  114.     end
  115.     object PanelHeadUrls: TPanel
  116.       Left = 4
  117.       Top = 40
  118.       Width = 580
  119.       Height = 355
  120.       TabOrder = 1
  121.       object PanelHeadersBot: TPanel
  122.         Left = 1
  123.         Top = 1
  124.         Width = 260
  125.         Height = 353
  126.         Align = alLeft
  127.         BevelOuter = bvNone
  128.         TabOrder = 0
  129.         object PanelHeadersBot2: TPanel
  130.           Left = 0
  131.           Top = 0
  132.           Width = 260
  133.           Height = 353
  134.           Align = alClient
  135.           BevelOuter = bvNone
  136.           TabOrder = 0
  137.           object Names: TPanel
  138.             Left = 1
  139.             Top = 1
  140.             Width = 255
  141.             Height = 21
  142.             BevelInner = bvLowered
  143.             Caption = 'Headers'
  144.             TabOrder = 0
  145.           end
  146.           object PanelHeaders: TPanel
  147.             Left = 1
  148.             Top = 23
  149.             Width = 256
  150.             Height = 329
  151.             BevelOuter = bvNone
  152.             BorderStyle = bsSingle
  153.             TabOrder = 1
  154.             object NamesFtp: TListView
  155.               Left = 0
  156.               Top = 0
  157.               Width = 252
  158.               Height = 325
  159.               Align = alClient
  160.               ColumnClick = False
  161.               OnClick = NamesFtpClick
  162.               Columns = <
  163.                 item
  164.                   Caption = 'Header of URLs'
  165.                   Width = 157
  166.                 end
  167.                 item
  168.                   Caption = 'Number of URLs'
  169.                   Width = 90
  170.                 end>
  171.               Font.Charset = DEFAULT_CHARSET
  172.               Font.Color = clWindowText
  173.               Font.Height = -11
  174.               Font.Name = 'MS Sans Serif'
  175.               Font.Style = [fsBold]
  176.               HideSelection = False
  177.               RowSelect = True
  178.               OnEdited = NamesFtpEdited
  179.               OnEditing = NamesFtpEditing
  180.               OnEnter = NamesFtpEnter
  181.               ParentFont = False
  182.               PopupMenu = PopupMenu1
  183.               TabOrder = 0
  184.               ViewStyle = vsReport
  185.               SmallImages = SmallImages
  186.               StateImages = SmallImages
  187.             end
  188.           end
  189.         end
  190.       end
  191.       object PanelUrlsBot: TPanel
  192.         Left = 263
  193.         Top = 1
  194.         Width = 316
  195.         Height = 353
  196.         Align = alRight
  197.         BevelOuter = bvNone
  198.         TabOrder = 1
  199.         object Tips: TPanel
  200.           Left = 1
  201.           Top = 1
  202.           Width = 316
  203.           Height = 21
  204.           BevelInner = bvLowered
  205.           Caption = 'URLs'
  206.           TabOrder = 0
  207.         end
  208.         object PanelUrls: TPanel
  209.           Left = 0
  210.           Top = 23
  211.           Width = 316
  212.           Height = 267
  213.           BevelOuter = bvNone
  214.           BorderStyle = bsSingle
  215.           TabOrder = 1
  216.           object TipsFtp: TListView
  217.             Left = 0
  218.             Top = 0
  219.             Width = 312
  220.             Height = 263
  221.             Align = alClient
  222.             ColumnClick = False
  223.             OnClick = TipsFtpClick
  224.             OnDblClick = btConnectClick
  225.             Columns = <
  226.               item
  227.                 Caption = 'Name of URL'
  228.                 Width = 140
  229.               end
  230.               item
  231.                 Caption = 'IP Address'
  232.                 Width = 120
  233.               end
  234.               item
  235.                 Caption = 'Login'
  236.                 Width = 35
  237.               end
  238.               item
  239.                 Caption = 'Password'
  240.                 Width = 35
  241.               end
  242.               item
  243.                 Caption = 'Port'
  244.                 Width = 30
  245.               end>
  246.             AllocBy = 5
  247.             RowSelect = True
  248.             OnEditing = TipsFtpEditing
  249.             OnEnter = TipsFtpEnter
  250.             OnMouseMove = TipsFtpMouseMove
  251.             ParentShowHint = False
  252.             ShowHint = True
  253.             PopupMenu = PopupMenu1
  254.             TabOrder = 0
  255.             ViewStyle = vsReport
  256.             SmallImages = SmallImages
  257.             StateImages = SmallImages
  258.           end
  259.         end
  260.         object PanelAbout: TPanel
  261.           Left = 0
  262.           Top = 292
  263.           Width = 316
  264.           Height = 60
  265.           BevelOuter = bvNone
  266.           BorderStyle = bsSingle
  267.           TabOrder = 2
  268.           object AboutSite: TRichEdit
  269.             Left = 0
  270.             Top = 0
  271.             Width = 312
  272.             Height = 56
  273.             Align = alClient
  274.             ReadOnly = True
  275.             TabOrder = 0
  276.           end
  277.         end
  278.       end
  279.       object SplitterHeadUrls: TRxSplitter
  280.         Left = 258
  281.         Top = 1
  282.         Width = 5
  283.         Height = 353
  284.         ControlFirst = PanelHeadersBot2
  285.         ControlSecond = PanelUrlsBot
  286.         Align = alRight
  287.         OnPosChanged = SplitterHeadUrlsPosChanged
  288.       end
  289.     end
  290.   end
  291.   object SmallImages: TImageList
  292.     ShareImages = True
  293.     Left = 44
  294.     Top = 90
  295.   end
  296.   object PopupMenu1: TPopupMenu
  297.     OnPopup = PopupMenu1Popup
  298.     Left = 16
  299.     Top = 90
  300.     object AddHeader1: TMenuItem
  301.       Caption = '&Add new'
  302.       OnClick = btAddClick
  303.     end
  304.     object InsertHeader1: TMenuItem
  305.       Caption = '&Insert new'
  306.       OnClick = btInsertClick
  307.     end
  308.     object N1: TMenuItem
  309.       Caption = '-'
  310.     end
  311.     object mnEdit: TMenuItem
  312.       Caption = '&Edit selected'
  313.       Enabled = False
  314.       OnClick = btRenameClick
  315.     end
  316.     object N2: TMenuItem
  317.       Caption = '-'
  318.     end
  319.     object mnDele: TMenuItem
  320.       Caption = '&Delete selected'
  321.       Enabled = False
  322.       OnClick = btDeleClick
  323.     end
  324.   end
  325. end
  326.